Appliance Recovery Reconciliation Job CreateSpec

Appliance Recovery Reconciliation Job CreateSpec
Appliance Recovery Reconciliation Job CreateSpec

The Appliance Recovery Reconciliation Job CreateSpec schema has the fields to request the start of reconciliation job.

This schema was added in vSphere API 6.7.

JSON Example
{
    "sso_admin_user_name": "string",
    "sso_admin_user_password": "string",
    "ignore_warnings": false
}
string
sso_admin_user_name
Optional

Administrators username for SSO.

This property was added in vSphere API 6.7.

If missing or null SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.

string As password As password
sso_admin_user_password
Optional

Password for SSO admin user.

This property was added in vSphere API 6.7.

If missing or null SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.

boolean
ignore_warnings
Optional

Flag indicating whether warnings should be ignored during reconciliation.

This property was added in vSphere API 6.7.

If missing or null, validation warnings will fail the reconciliation operation.